GUI Help > General > setGadgetVisible

setGadgetVisible
setGadgetVisible handle gadget, bool visible

Description:
Shows or hides a gadget. If the gadget has any children when you hide a gadget, they will also be hidden.

Return Value:


Parameters:
gadget Handle to a gadget
visible 0 to hide the gadget, 1 to show the gadget.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)